home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Elite College Girls 1
/
Elite College Girls - Volume 1.iso
/
pc
/
shared.dir
/
01970.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-02-02
|
199 b
|
14 lines
global gReturnFrame
on mouseDown
if the timer < 30 then
exit
end if
if legalButton(the clickOn) then
cursor(4)
go(gReturnFrame)
hideShow(1, 9, 1, 3)
cursor(0)
end if
end